Blazor コントロール
ISupportEditing<T> インターフェース メンバ
メソッド 

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : ISupportEditing<T> インターフェース

ISupportEditing<T>データ型で公開されるメンバを以下の表に示します。

パブリック メソッド
 名前解説
 メソッドDetermines whether a new item can be inserted in the collection at the specified index.  
 メソッドDetermines whether the item at fromIndex can be moved to toIndex.  
 メソッドDetermines whether the item at the specified index can be removed from the collection.  
 メソッドDetermines whether the item at the specified index can be replaced in the collection.  
 メソッドInserts the specified item at the specified index in the collection.  
 メソッドMoves an item from the specified fromIndex to toIndex.  
 メソッドRemoves the item at the specified index from the collection.  
 メソッドReplaces the item at the specified index by the specified item.  
トップ
参照

ISupportEditing<T> インターフェース
C1.DataCollection 名前空間